home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / FLX238BN.ZIP / diffs / flex-238 / configur.bat next >
DOS Batch File  |  1993-11-28  |  488b  |  17 lines

  1. *** orig/flex-238/configur.bat    Sun May 30 11:30:54 1993
  2. --- src/flex-238/configur.bat    Sun May 30 12:11:28 1993
  3. ***************
  4. *** 0 ****
  5. --- 1,11 ----
  6. + @echo off
  7. + sed -e 's/y\.tab\./parse_tab\./' -e "/sed/ s/'/\"/g" < Makefile > Makefile.dos
  8. + update Makefile.dos Makefile
  9. + del Makefile.dos
  10. + sed -e "/^extern.* read / d" -e "/^extern.* unlink / d" -e "/^extern.* write / d" < flexdef.h > tmp.h
  11. + update tmp.h flexdef.h
  12. + del tmp.h
  13. + update initscan.c scan.c
  14.